ServiceCreateItem Method (IListItem) |
Creates multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CreateItem(
IList<Item> items
)
Public Function CreateItem (
items As IList(Of Item)
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItem
The items to create.
Return Value
Type:
IListItemInfoResponseA collection of creation results for each of the specified items.
See Also